From: Jim Blandy Date: Wed, 9 Jun 1993 04:42:19 +0000 (+0000) Subject: * s/dgux.h: Move #definition of SYSTEM_MALLOC outside of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95476 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dbba802ad5d02fe6c3505dac4b97af6181b29059;p=emacs.git * s/dgux.h: Move #definition of SYSTEM_MALLOC outside of MAKING_MAKEFILE conditional. No harm. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index 6d4191c0892..65530877c43 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -251,6 +251,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Use BSD and POSIX-style signals. This is crucial! */ +/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ +#define SYSTEM_MALLOC + /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */ #ifndef MAKING_MAKEFILE @@ -261,9 +264,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define POSIX_SIGNALS -/* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ -#define SYSTEM_MALLOC - /* Define this if you use System 5 Release 4 Streams */ #define SYSV4_PTYS #define open sys_open